Developer --> Technical Publications
PATHMac OS 8 Developer Documentation > Networking and Communications > AppleShare >

User Authentication Modules


SetMic Callback

Sets the message integrity code key.

pascal OSStatus SetMic(short sizeInBytes,
                     Ptr micValue);
sizeInBytes
The size of micValue .
micValue
The message integrity code key.
DISCUSSION

If the connection supports using keyed HMAC-SHA1 for message integrity, the client UAM can pass a key to the network layer using this call.

Note

This callback is still in development.


© 1999 Apple Computer, Inc. – (Last Updated 07 May 99)